You will need to install a database driver for the database that you will be using 您需要为您使用的资料库安装资料库驱动。
To configure it for a db2 database , first you must add the db2 database driver classes to the 要为db2数据库配置jboss ,则首先必须将
The next step is to register the database driver as done by the following code 下一步就是按照下列代码所做的那样注册数据库驱动程序:
If the database driver supports it , you may also bind parameters for output as well as input 如果数据库驱动程序支持,您还可以绑定输出和输入参数。
A dynamic - link library odbc32 . dll that loads odbc database drivers on behalf of an application 代表应用程序加载odbc数据库驱动程序的动态链接库( odbc32 . dll ) 。
The dbi architecture relies on the dbi programming interface to forward the dbi calls to the database driver , in this case the dbd - odbc Dbi的架构依赖于dbi编程接口来将dbi调用转送到database driver ,在这里是转送到dbd - odbc 。
Security is implemented through a database deployment plan that specifies the database driver , connection url , and sql , among other data 安全性通过数据库部署计划实现,这个计划在其他数据库中指定数据库驱动程序、连接url 、 sql 。
Each database driver that implements the pdo interface has the option of exposing additional database - specific features as regular extension functions 实现pdo接口的每个数据库驱动程序可以选择公开附加的数据库专用特性作为标准扩展功能。